From b80d935b950f6c3eec581f12674cbe5685a6b3ed Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Tue, 12 Jun 2012 15:04:52 -0400 Subject: [PATCH] stylecontext: pass down the requested change type to invalidation : cosimoc: yes, that totally makes sense : looks like a copy/paste error from when i factored out that function --- gtk/gtkstylecontext.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkstylecontext.c b/gtk/gtkstylecontext.c index 04f646133c..7fd5df398e 100644 --- a/gtk/gtkstylecontext.c +++ b/gtk/gtkstylecontext.c @@ -1054,7 +1054,7 @@ gtk_style_context_queue_invalidate_internal (GtkStyleContext *context, } else { - _gtk_style_context_queue_invalidate (context, GTK_CSS_CHANGE_STATE); + _gtk_style_context_queue_invalidate (context, change); /* XXX: We need to invalidate siblings here somehow */ } } -- 2.30.2